github.com/refraction-networking/utls.clientHelloMsg.earlyData (field)
18 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L333: if hello.earlyData {
handshake_client.go#L527: hello.earlyData = true
handshake_client_tls13.go#L445: if hello.earlyData {
handshake_client_tls13.go#L446: hello.earlyData = false
handshake_client_tls13.go#L733: if !hs.hello.earlyData && encryptedExtensions.earlyData {
handshake_client_tls13.go#L737: if hs.hello.earlyData && !encryptedExtensions.earlyData {
handshake_messages.go#L95: earlyData bool
handshake_messages.go#L163: if m.earlyData {
handshake_messages.go#L655: m.earlyData = true
handshake_messages.go#L741: earlyData: m.earlyData,
handshake_server_tls13.go#L160: if hs.clientHello.earlyData && c.quic != nil {
handshake_server_tls13.go#L165: } else if hs.clientHello.earlyData {
handshake_server_tls13.go#L442: if c.quic != nil && hs.clientHello.earlyData && i == 0 &&
handshake_server_tls13.go#L655: if clientHello.earlyData {
u_handshake_client.go#L497: if hello.earlyData {
u_public.go#L419: earlyData: chm.EarlyData,
u_public.go#L470: EarlyData: chm.earlyData,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |